POV-Ray : Newsgroups : povray.unix : New editor for Linux : QTPOV Editor : Re: QTPOV Editor : new version Server Time
6 Oct 2024 12:11:43 EDT (-0400)
  Re: QTPOV Editor : new version  
From: gRRosminet
Date: 2 Dec 2003 11:56:15
Message: <3fccc42f@news.povray.org>
I said something wrong in the previous post ...


  open file 'menu/renderMenu.cpp.h'
  go to line 111
  replace this lines :
          cmd += " +I";
          cmd += activeFileName.section('/',-1,-1);



  with this one :
          cmd += " ";
          cmd += activeFileName.section('/',-1,-1);




I hope this will be enough

Thierry


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.